home *** CD-ROM | disk | FTP | other *** search
/ Meeting Pearls 1 / Meeting Pearls Vol 1 (1994).iso / installed_progs / dev / flexcat / c_h.sd < prev    next >
Encoding:
Text File  |  1994-05-30  |  687 b   |  29 lines

  1. ##stringtype C
  2. ##shortstrings
  3. /****************************************************************
  4.    This file was created automatically by `FlexCat V1.3'
  5.    Do NOT edit by hand!
  6. ****************************************************************/
  7.  
  8. #ifndef %b_CAT_H
  9. #define %b_CAT_H
  10.  
  11.  
  12. #ifndef EXEC_TYPES_H
  13. #include <exec/types.h>
  14. #endif    /*  !EXEC_TYPES_H        */
  15. #ifndef LIBRARIES_LOCALE_H
  16. #include <libraries/locale.h>
  17. #endif    /*  !LIBRARIES_LOCALE_H     */
  18.  
  19.  
  20. /*  Prototypes    */
  21. extern void Open%bCatalog(struct Locale *, STRPTR);
  22. extern void Close%bCatalog(void);
  23. extern STRPTR Get%bString(APTR);
  24.  
  25. /*  Definitions */
  26. extern const APTR _%i;\n#define %i ((APTR) &_%i)
  27.  
  28. #endif /*   !%b_CAT_H  */
  29.